home *** CD-ROM | disk | FTP | other *** search
- menubegin patternmenu
- button [
- [ ]
- [ locate 550 455 string boxed "終了" id itemExit ]
- [ locate 16 24 size 480 400 box Black0 dispfunc disp_patterns_all_new
- id itemPatBuf ]
- [ locate 512 24+18*0 string boxed "パターン登録" size 76+8 12+4
- id itemStorePattern ]
- [ locate 512 24+6+18*1 string boxed "選択パターン抹消" size 76+8 12+4
- id itemDeleteSelPat ]
- [ locate 512 24+6+18*2 string boxed "選択非表示化" size 76+8 12+4
- id itemDispOffSelPat ]
- [ locate 512 24+6+18*3 string boxed "選択パターン複製" size 76+8 12+4
- id itemDupSelPat ]
- [ locate 512 24+12+18*4 string boxed "全選択" size 76+8 12+4
- id itemSelectAll ]
- [ locate 512 24+12+18*5 string boxed "全選択取消" size 76+8 12+4
- id itemSelectNothing ]
- [ locate 512 24+12+18*6 string boxed "全逆選択" size 76+8 12+4
- id itemSelectReverse ]
- [ locate 512 24+18+18*7 string boxed "全表示" size 76+8 12+4
- id itemDispAll ]
- [ locate 512 24+18+18*8 string boxed "全非表示化" size 76+8 12+4
- id itemDispNothing ]
- [ locate 512 24+18+18*9 string boxed "全逆表示" size 76+8 12+4
- id itemDispReverce ]
- [ locate 512 24+24+18*10 string boxed "全パターン保存" size 76+8 12+4
- id itemSaveAllPattern ]
- [ locate 512 24+24+18*11 string boxed "選択パターン保存" size 76+8 12+4
- id itemSaveSelPattern ]
- [ locate 512 24+24+18*12 string boxed "パターン新規読込" size 76+8 12+4
- id itemNewLoadPattern ]
- [ locate 512 24+24+18*13 string boxed "パターン追加読込" size 76+8 12+4
- id itemAddLoadPattern ]
- [ locate 512 24+30+18*14 string boxed "スプライトデータ化" size 76+8 12+4
- id itemConvToSprite ]
- [ locate 512 24+30+18*15 string boxed "文字データ化" size 76+8 12+4
- id itemConvToString ]
- [ locate 512 24+30+18*16 string boxed "名前順ソート" size 76+8 12+4
- id itemSort ]
- [ locate 512 24+30+18*17 string boxed "順表示アニメ" size 76+8 12+4
- id itemAnimation ]
- ]
- title "パターン編集"
- size 640 480
- dispfunc disp_patmenu
- erasefunc erase_patmenu
- menuend
-
- menubegin patsubmenu
- button [
- [ ]
- [ locate 16 24 string boxed "貼り付け" size 64+8 16+4
- id SitemPut ]
- [ locate 16 44 string boxed "" size 64+8 16+4 ]
- [ locate 16 70 string "パターン名 " ]
- [ locate 16+64-1 70-1 size 112+2 16+2 box Black dispfunc dsppatname
- id SitemPatName ]
- [ locate 16 90 string "略称" ]
- [ locate 16+64-1 90-1 size 112+2 16+2 box Black
- dispfunc dsppatsubname
- id SitemPatSubName ]
- [ locate 16 110 string "大きさ " ]
- [ locate 16+64 110 string "x:"
- id SitemPatXLen ]
- [ locate 16+64+48 110 string "y:"
- id SitemPatYLen ]
- [ locate 16 130 string "使用色数 "
- id SitemColNum ]
- [
- id SitemDotZoom ]
- [ locate 88 24 string boxed "複製" size 64+8 16+4
- id SitemDup ]
- [ locate 88 44 string boxed "削除" size 64+8 16+4
- id SitemDelete ]
- ]
- title "パターン個別操作"
- size 200 170
- dispfunc disp_patsubmenu
- erasefunc erase_patsubmenu
- menuend
-
-